ASP.NET MVC Controls
Select(Int32,Int32,Nullable<Int32>,Nullable<Int32>,Boolean) Method

Index of the first row in this range.
Index of the first column in this range.
Index of the last row in this range.
Index of the last column in this range.
Specify whether to scroll the seletion into view.
Selects a cell range and optionally scrolls it into view.
Syntax
'Declaration
 
Public Overloads Function Select( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal row2 As Nullable(Of Integer), _
   ByVal col2 As Nullable(Of Integer), _
   Optional ByVal scrollToSelection As Boolean _
) As FlexSheetBuilder

Parameters

row
Index of the first row in this range.
col
Index of the first column in this range.
row2
Index of the last row in this range.
col2
Index of the last column in this range.
scrollToSelection
Specify whether to scroll the seletion into view.

Return Value

Current FlexSheet builder
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlexSheetBuilder Class
FlexSheetBuilder Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback